Name | Description | |
---|---|---|
C1ObservableItemCollection<TOwner,TItem> Constructor |
The following tables list the members exposed by C1ObservableItemCollection<TOwner,TItem>.
Name | Description | |
---|---|---|
C1ObservableItemCollection<TOwner,TItem> Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. | |
Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Owner | Gets the owner of the collection. |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
Cleared | Fires after the item is cleared. | |
ItemAdded | Fires after the item is added. | |
ItemRemoved | Fires after the item is removed.. | |
ItemReplaced | Fires after the item is replaced. |